home *** CD-ROM | disk | FTP | other *** search
File List | 1994-03-12 | 1.1 KB | 34 lines |
- [Params]
- ; To calculate the TmpDirSize...
- ; Total uncompressed files listed in the [Files] section
- ; plus 4 * the biggest uncompressed file in that section
- ;
- ; This is due to any Disk compression utilities (e.g. DblSpace)
- ; Max disk consumption is when the compressed file is copied
- ; to the temp dir and the uncompressed file is being created
- ; (DblSpace will compress it back at the time we uncompress ours,
- ; therefore creating yet another system temp compression file, for
- ; our decompressed one.)
- ;
- WndTitle = Delrina WinFax PRO 4.0 Setup
- WndMess = Preparing Setup ... Please Wait
- TmpDirSize = 1200
- TmpDirName = winfax.t
- CmdLine = DCSETUP.EXE
- DrvModName = DSHELL
-
- [Files]
- dcsetup.ex_ = dcsetup.exe
- setup.in_ = setup.inf
- shell.dl_ = shell.dll
- ver.dl_ = ver.dll
- mscomstf.dl_ = mscomstf.dll
- msinsstf.dl_ = msinsstf.dll
- msuilstf.dl_ = msuilstf.dll
- msshlstf.dl_ = msshlstf.dll
- mscuistf.dl_ = mscuistf.dll
- msdetstf.dl_ = msdetstf.dll
- modems.da_ = modems.dat
- alias.da_ = alias.dat
-
-